﻿* { box-sizing: border-box; }

.column { float: middle; width: 50%; padding: 10px; }
.row:after { content: ""; display: table; clear: both; }

@media screen and (max-width: 645px) {
  .column {width: 100%;}
}

body {
    background-color: #eeeef0;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
}

h2::after {
  background: linear-gradient(to right, #1a1a1a 0px, #1a1a1a 10px, #124e84 10px, #124e84 80px);
  bottom: 10px;
  display: block;
  content: "";
  height: 2px;
  margin: 10px 0 20px 0;
  width: 80px;
}

.fa-check-circle {margin: 0 5px;} #astandard {color: #e2383f;} #bstandard {color: #004990;}
.fa-asterisk {margin: 0 5px;} #asterisk {font-size: 6px; vertical-align: 4px; margin: 0 2.5px !important;}

div.right {float: right;}

table.recordTable {
  background-color: #fff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 0px;
}
table.recordTable td, table.recordTable th {
  padding: 7px 7px;
}
table.recordTable tbody td {
  font-size: 12px;
  color: #444;
  border-bottom: solid 1px #eee;
}
table.recordTable tbody tr td:nth-child(1) {
  text-align: right;
  border-right: solid 2px #124e84;
}
table.recordTable tbody tr td:nth-child(4) {
  text-align: left;
}
table.recordTable tbody tr td:nth-child(5) {
  text-align: right;
  font-weight: bold;
}
table.recordTable tbody tr td:nth-child(6) {
  text-align: right;
}
table.recordTable thead {
  border-bottom: solid 2px #124e84;
}
table.recordTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #104676;
}
table.recordTable tr:nth-child(even) {
  background: #F5F5F5;
}
table.recordTable tbody tr:hover {
  background-color: #f9ca24;
}